Documents for PDF, .NET Edition Documentation
Reverse(Int32,Int32) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class > Reverse Method : Reverse(Int32,Int32) Method
The zero-based starting index of the range to reverse.
The number of elements in the range to reverse.
Reverses the order of the elements in the specified range.
Syntax
'Declaration
 
Public Overloads Sub Reverse( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public void Reverse( 
   System.int index,
   System.int count
)

Parameters

index
The zero-based starting index of the range to reverse.
count
The number of elements in the range to reverse.
See Also

Reference

StructList<T> Class
StructList<T> Members
Overload List